home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / lan / vlmkt2.zip / NLS / ENGLISH / README.TXT < prev    next >
Text File  |  1994-10-31  |  16KB  |  405 lines

  1.               NETWARE CLIENT KIT README (10/31/94)
  2.  
  3.  
  4. To print this file to a local printer, do the following:
  5.  
  6.   1. Insert the workstation diskette containing this file into
  7.      drive A: (or B:).
  8.   2. At the DOS prompt, type "A:" (or "B:") and press <Enter>.
  9.   3. At the DOS prompt, type "COPY README.TXT PRN" and press 
  10.      <Enter>.
  11.  
  12.      NOTE: If you have a PostScript printer, import this file into
  13.      a word processing application and print from the application.
  14. ------------------------------------------------------------------
  15. Contents
  16.  
  17. This document contains the following topics about the NetWare
  18. Client for DOS and MS Windows:
  19.  
  20.  
  21. 1.0 General Information
  22.  
  23.      1.01 Avoiding Loss of Fake Root Mapping
  24.  
  25.           Do not use the DR DOS MOVE command. The MOVE.EXE file in
  26.           DOS causes the loss of the fake root mapping, because
  27.           MOVE obtains the current path and attempts to perform a
  28.           CD command on that path.
  29.  
  30.  
  31.      1.02 Resolving the NDIR Error in COMPAQ DOS 5.0 and DR DOS 6.0
  32.  
  33.           In COMPAQ DOS 5.0 and DR DOS 6.0, the following commands
  34.           produce an error:
  35.  
  36.                NDIR servername/volume:
  37.                DIR servername/volume:
  38.                CD servername/volume:
  39.  
  40.           This is because DOS treats a slash (/) as an option
  41.           specifier when it does its preprocessing. You can map a
  42.           drive and use drive letters instead of the
  43.           servername/volume syntax.
  44.  
  45.  
  46.      1.03 Supporting Current NetWare Client File Versions
  47.  
  48.           To support the Packet Burst ODI functionality, the SFT
  49.           III checksums, and the NetWare management responder, the
  50.           IPXNCP.VLM file requires the IPXODI.COM file version 2.0
  51.           or later to be loaded.
  52.  
  53.           Support for checksums and GNMA must also be enabled (the
  54.           version and the API support level are treated separately
  55.           in IPXODI).      1.04 Logging In to a Personal NetWare Server
  56.  
  57.           The PNW.VLM file needs to be loaded before connecting to
  58.           a Personal NetWare server.  Use the "NETWARE PROTOCOL"
  59.           line in your NET.CFG file to load the PNW software.  For
  60.           example:
  61.  
  62.                NetWare DOS Requester
  63.                     NETWARE PROTOCOL = NDS BIND PNW
  64.  
  65.           --Using MS Windows
  66.  
  67.           Use the NetWare User Tools for Windows to log in to a
  68.           Personal NetWare server.
  69.  
  70.           Ensure that the "Personal" checkbox is marked in the
  71.           "Resource Display Option" box under "NetWare Settings"
  72.           in the NetWare User Tools. If the "Personal" checkbox is
  73.           not marked, Personal NetWare resources are not
  74.           accessible.
  75.  
  76.           Ensure that the PNW.DLL file is copied to the MS Windows
  77.           SYSTEM directory.
  78.  
  79.           --Using DOS
  80.  
  81.           Use the NET.EXE utility provided with Personal NetWare to
  82.           log in and access Personal NetWare resources in DOS.
  83.  
  84.           Ensure that the NET.EXE, NETU.OVL, and NETA.OVL files are
  85.           copied to your NetWare client directory (default is
  86.           C:\NWCLIENT) and the NETC.MSG file is copied to the
  87.           NLS\ENGLISH directory under the NetWare client directory.
  88.  
  89.           NOTE: Currently, support for simultaneous login to a
  90.           Personal NetWare and NetWare Directory Services
  91.           network is not available on 80286-based workstations.
  92.  
  93.  
  94.      1.05 Using the Receive Monitor Utility (RXMONSTK.COM) with
  95.           Monitor Type Applications (Such as Lanalyzer)
  96.  
  97.           If the monitor type applications you are using seems to
  98.           stop receiving network packets when you install a new LAN
  99.           driver on your workstation, load the RXMONSTK.COM file.
  100.  
  101.           The application you are using probably requires the
  102.           network card to operate in promiscuous mode, and the LAN
  103.           driver you are using was developed to a new specification
  104.           that does not support this mode (Oct. 1994 or later).
  105.  
  106.           Load the RXMONSTK.COM file after the LSL.COM driver but
  107.           before the LAN driver. The RXMONSTK.COM operates as a TSR
  108.           and requires 2684 bytes of memory. You can load only one
  109.           LAN driver when using the RxMonStk.   2.0 Information Specific to Using the NetWare DOS Requester
  110.  
  111.  
  112.      2.01 Mapping Roots within Paths over 64 Characters in Length
  113.  
  114.           DOS limits the number of characters that the NetWare DOS
  115.           Requester software can support in a path name. To use
  116.           longer paths, map a root within the path at a point where
  117.           fewer than 64 characters remain in the path.
  118.  
  119.           DR DOS 6 and Novell DOS 7 allow paths longer than 64
  120.           characters on local drives only. To use paths longer than
  121.           64 characters on network drives, follow the root mapping
  122.           instructions in the previous paragraph.
  123.  
  124.  
  125.      2.02 Search Mode Now Uses the DOS ENVIRONMENT Variable
  126.        
  127.           The "SEARCH MODE" function uses the "PATH" DOS
  128.           ENVIRONMENT variable rather than the public search mode
  129.           table provided in the NETX.VLM file. You should
  130.           experience no change unless users corrupt their
  131.           workstation environment.
  132.  
  133.           If you exceed the PATH limitation, your search drive
  134.           mappings are not included in the PATH.
  135.  
  136.  
  137.      2.03 Difference in Diagnostic Information Reported in the
  138.           NETX.VLM File Compared to the NETX.COM and Related Files
  139.  
  140.           Some of the current diagnostic information supported
  141.           in the NETX.COM file appear to be invalid in the
  142.           NETX.VLM file. This is because the NetWare DOS Requester
  143.           is responsible for much of the diagnostics information
  144.           previously maintained in the NetWare Shell for DOS.
  145.  
  146.           Some of the information maintained in the diagnostics
  147.           responder is not provided in the current client software.
  148.           Such information includes the following:
  149.  
  150.                     Bad reply header (InvalidReplyHeaderCount)
  151.                     Bad slot (InvalidSlotCount)
  152.                     Bad sequence number
  153. (InvalidSequenceNumberCount)
  154.                     No router found (NoRouterFoundCount)
  155.                     Request in process (BeingProcessedCount)
  156.                     Bad server slot (InvalidSlotFromServerCount)
  157.                     Bad net address (NetworkGoneCount)
  158.                     Bad local address (BadLocalAddressCount)
  159.                     Allocate slot errors
  160. (AllocateSlotCannotFindRoute,
  161.                     AllocateNoSlotsAvailable, AllocateServerIsDown)
  162.  
  163.           The NetWare Management Responder (NMR.VLM) file now 
  164.           provides diagnostic information similar to the
  165.           information provided in the NetWare Shell software.
  166. 3.0  Information Specific to Using MS Windows
  167.  
  168.  
  169.      3.01 Using the NETWARE.DRV Version 3.03 with MS Windows
  170.  
  171.           The current version of NETWARE.DRV (version 3.03)
  172.           requires the NWGDI.DLL file to be loaded when running MS
  173.           Windows 3.1 or later.  
  174.  
  175.           If you receive the following message when loading MS
  176.           Windows with the NetWare for MS Windows client software,
  177.           you should ensure that a copy of the NWGDI.DLL file
  178.           exists in your MS Windows SYSTEM directory:
  179.  
  180.           Application Error: Call to Undefined Dynalink
  181.  
  182.  
  183.      3.02 Using the Correct Version of the Dynamic Link Libraries
  184.           (*.DLL) Files the NetWare Administrator Utility in
  185.           NetWare 4
  186.      
  187.           The dynamic link library (*.DLL) files provided with 
  188.           the current version of the NetWare Client software do not
  189.           support the NWADMIN.EXE file version 4.05 or earlier
  190.           (NetWare 4.0 and 4.01).
  191.  
  192.           To support the NWADMIN.EXE file version 4.05 or earlier,
  193.           download the WINDR1.EXE from NetWare or FTP.NOVELL.COM.
  194.  
  195.  
  196.      3.03 Fixing the Situation in which MS Windows Hangs and
  197.           Displays a Blinking Cursor in the Upper-Lefthand Corner
  198.           of the Screen (Black Screen of Death)
  199.  
  200.